object FrmStartDat: TFrmStartDat Left = 328 Top = 251 BorderStyle = bsToolWindow Caption = 'Totaal' ClientHeight = 43 ClientWidth = 176 Color = clYellow Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object TxtDatum: TLabel Left = 8 Top = 8 Width = 161 Height = 41 AutoSize = False Caption = 'Het is niet bekend wat de begindatum van het tellen is.' Color = clYellow ParentColor = False WordWrap = True end end